Web Sockets

Today we look into Websockets and provide two small code examples. What are Websockets? In short summary you can paraphrase the key notions of WebSockets like this: WebSockets is a technique for two-way communication over one TCP socket. It is designed to be implemented in web browsers and web servers. It is an extra part … Continue reading Web Sockets